*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol,ul{
    list-style-type: none;
}
.fullPage{
    width: 100%;
    height: auto;
    position: relative;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.full-box{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top:0;
}
.full-box .full{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.full-nav{
    position: absolute;
    right:12px;
    top:50%;
    display: none;
  	  z-index: 9999;
}
/* ----------------------nav 和 嵌套nav-------------------------- */
.full-nav>li,
.nest-full-nav>li
{
    width: 15px;
    height: 15px;
    background: #9d9d9d;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.full-nav>li{
    margin-top: 15px;
    position: relative;
}
.nest-full-nav>li{
    float: left;
    margin-left: 15px;
    position: relative;
}
.full-nav>li:first-child,
.nest-full-nav>li:first-child{
    margin: 0;
}
.full-nav>li.active,
.nest-full-nav>li.active{
    background: #009040;
    box-shadow: 0 4px 8px rgba(0,80,30,0.6);
}
.full-nav>li:hover,
.nest-full-nav>li:hover{
    opacity: 0.6;
}
/*============================嵌套full=========================*/
.nest-full-box{
    position: absolute;
    left: 0;
    top: 0;
}
.nest-full-box .nest-full{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.nest-full-nav{
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: none;
}
/*-----------------------左右按钮-------------------- */
.full-btn{
    width: 80px;
    height: 80px;
    background: #000;
    color: white;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top:50%;
    margin-top:-40px;
    cursor: pointer;
    opacity: .6;
    display: none;
}
.btn-left{
    left:80px;
}
.btn-right{
    right:80px;
}
/*---------------------------nav tips-----------------------*/
.tip-box{
    position: absolute;
    right: 18px;
    top: -5px;
    width: 140px;
    height: 30px;
    font-size: 12px;
    display: none;
}
.tip-content{
    float: right;
    width:auto;
    height: 25px;
    line-height: 25px;
    border:1px #000 solid;
    padding:0 10px;
    background: #000;
    color: #ffffff;
    opacity: .8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.san{
    float: right;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent;
    margin-top:4px;
    opacity: .8;
}
/*---------------------------footer-----------------------*/
.footer{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
    text-align: center;
}
.mouse_img{
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -24px;
  	  color: #fff;
}
.mouse_img:hover,
.mouse_img:focus{
    color: #fff;
}
.mouse_img i{
    font-size: 48px;
}
.screen_titbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1% 0 2%;
}
.screen_titbox_orther{
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 93%;
    color: #fff;
}
.screen_titbox .left_box{
    display: flex;
    align-items: center;
}
.screen_titbox .left_box .screen_line{
    width: 48px;
    height: 6px;
    background: #009040;
    margin-right: 24px;
}
.screen_titbox .left_box h2{
    font-family: 'SouceHanSansCN-Medium';
}
.ticket-buy {
	font-size: 14px;
	text-align: center;
    padding: 4px 16px;
	background: #F99D04;
	color: #fff;
	border-color: transparent;
    cursor: pointer;
}
.ticket-buy i{
	margin-left: 12px;
	font-size: 10px;
}
.ticket-buy:hover{
	background: #eb9204;
}
.entercolumn-btn{
        font-size: 14px;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #009040;
    border: 1px solid #B5BBC0;
    cursor: pointer;
}
.entercolumn-btn:hover{
    border: 1px solid #009040;
}
.entercolumn-btn i{
    color: #CACFD9;
    font-size: 12px;
    margin-left: 8px;
    vertical-align: middle;
}
.entercolumn-dark{
    background: #0D4E3F;
    color: #D1F2DF;
    border: 1px solid #89BDA0;
}
.entercolumn-dark:hover{
    background: #0a3c30;
}
.openning_box{
    margin-left: 72px;
    display: flex;
    flex-grow: 1;
    color: #fff;
    font-family: 'SouceHanSansCN-Light';
}
.openning_box_left{
    background: url("../images/openleft_bg.png");
    width: 528px;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.openleft_top{
    display: flex;
    align-items: center;
}
.openleft_top .open_tit{
    display: flex;
    font-size: 40px;
    font-family: 'hanyichaoran';
}
.openleft_top .open_tit::after{
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background: #fff;
    margin: 0 20px;
}
.openleft_top .open_date span{
    display: block;
    line-height: 28px;
}
.openleft_top .open_date span:nth-child(2){
    font-family: "SouceHanSansCN-Medium";
}
.openleft_center{
    background: url("../images/opencenter_bg.png") no-repeat;
    height: 128px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.openleft_center .close_tit{
    font-size: 40px;
}
.openleft_center .open_time{
    text-align: center;
    font-family: 'SouceHanSansCN-Light';
}
.openleft_center .open_time span{
    display: block;
}
.openleft_center .open_time span:nth-child(1){
    font-size: 64px;
}
.openleft_center .open_time span:nth-child(2){
    color: #ABF0D4;
}
.openleft_center .time_line{
    width: 24px;
    height: 6px;
    background: #fff;
    margin: -12px 20px 0 20px;
}
.openleft_bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.openleft_bottom .item{
    margin-bottom: 8px;
    line-height: 24px;
}
.openleft_bottom .item:last-child{
    margin-bottom: 0;
}
.openleft_bottom .item span{
    display: block;
}
.openning_box_right{
    flex-grow: 1;
    background: url("../images/openright_bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}
.contect_box{
    margin-left: 72px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.contect_box .contect_top{
    display: flex;
    width: 100%;
    height: 76%;
    background: #fff;
    margin-bottom: 20px;
}
.contect_box .contect_top_left{
    display: flex;
    flex-direction: column;
    background: url("../images/contect_bg.png") no-repeat;
    width: 44%;
    background-size: 100% 100%;
    padding: 32px;
    color: #fff;
    font-family: 'SouceHanSansCN-Light';
}
.contect_box .contect_top_right{
    padding: 40px 32px;
}
.link_navbox{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}
.link_navbox_item{
    flex: 1;
}
.link_navbox_item h4{
    margin-bottom: 16px;
  font-size:22px;
}
.link_navbox_item li a{
    font-size: 16px;
    font-family: 'SouceHanSansCN-Light';
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.link_navbox_item li a:hover{
    color: #009040;
}
.contact_title_home i, .contact_content_home span:nth-child(1){
    color: #fff;
}
.contect_box .contect_top_right{
    flex-grow: 1;
}
.contect_box_bottom{
    display: flex;
    border-top: 1px solid #5D8971;
    padding-top: 20px;
}
.conbot_left{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #5D8971;
    padding-right: 20px;
}
.conbot_right{
    display: flex;
    color: #fff;
    font-size: 14px;
    flex-grow: 1;
    font-family: 'SouceHanSansCN-Light';
}
.cont_banquan{
    width: 60%;
    padding: 0 20px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.cont_banquan_item{
    display: flex;
    justify-content: space-between;
}
.cont_banquan_item img{
    margin-right: 8px;
}
.company_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
.visit_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.visit_box .visit-info{
    padding-right: 24px;
}
.visit_box .ma_box{
    display: flex;
}
.ma_box-item{
    width: 72px;
    margin-right: 8px;
}
.ma_box-item:last-child{
    margin-right: 0;
}
.ma_box-item img{
    width: 100%;
}
.ma_box-item .ma_text{
    color: #ABC8DF;
    font-size: 12px;
    text-align: center;
}
.fourth_bgimg{
    position: absolute;
    right: 0;
    height: 100%;
    width: 38%;
}
/* .fourth_bg{
    background: url("../images/fourth_bg01_03.png") right top no-repeat #FAFFFD !important;
} */
.edu_screen{
    display: flex;
    height: 100%;
}
.edu_screen_item{
    width: 20%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.edu_screen_item:hover{
    /* margin-top: 80px; */
    
}
.edu_screen_item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
}
.edu_titbox{
    background: rgba(30, 65, 46, 0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 88px;
    width: 100%;
    font-size: 18px;
    line-height: 88px;
    padding: 0 16px;
    transition: all 0.3s;
    
}

.edu_titbox .hover_box{
    display: none;
}
.edu_screen_item:hover .edu_titbox{
    background: rgba(0, 144, 64, 0.9);
    text-align: center;
    line-height: 28px;
    height: calc(100% - 80px);
    padding: 48px 32px;
    position: absolute;
    z-index: 9999;

}
.edu_screen_item:hover .edu_titbox span{
    display: none;
}
.edu_screen_item:hover .edu_titbox .hover_box{
    display: inherit;
}
.hover_box{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100%;
}
.hover_box .top .line{
    width: 72px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
.hover_box .top h4{
    line-height: 32px;
    margin-bottom: 16px;
    text-align: left;
}
.hover_box .top .date{
    font-size: 14px;
}
.hover_box .top .date,
.hover_box .top .line{
    margin-bottom: 16px;
}
.hover_box .center{
    font-size: 14px;
    font-family: 'SouceHanSansCN-Light';
    text-align: left;
}
.hover_box .center .text{
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-height: 28px;
    height: 220px;
    text-indent: 2em;
}
.hover_box .bottom .btn_godet{
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}
.hover_box .bottom .btn_godet:hover{
    background: rgba(255,255,255,0.2);
}
.hover_box .bottom .btn_godet i{
    margin-left: 12px;
    font-size: 10px;
}
.filmnum_box{
    position: relative;
  	margin-top: 80px;
}
.carousel-inner{
    width: 61%;
    margin: 8.5% auto 0;
}
.carousel-indicators{
    bottom: -80px;
    display: flex;
    justify-content: flex-end;
    left: 0;
    width: 80%;
    margin-left: 0;
}
.carousel-indicators li{
    width: 40px;
    height: 4px;
    background-color: #507171;
    border: none;
    margin-left: 8px;
}
.carousel-indicators .active{
    width: 40px;
    height: 4px;
    margin-left: 8px;
    background-color: #76F6AF; 
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container-text .swiper-slide h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}
.swiper-container-text .swiper-slide .time_part{
    color: #969A9D;
}
.swiper-container-text .swiper-slide .line{
    width: 60px;
    height: 3px;
    background: #009040;
}
.swiper-container-text .swiper-slide p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  	  color: #969A9D;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}
.swiper-container-text .swiper-slide .btn-det{
    padding: 7px 15px;
    width: 97px;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    border: 1px solid #b5bbc0;
    background: #fff;
    color: #009040;
  	display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-container-text .swiper-slide .btn-det:hover{

  	border: 1px solid #009040;
}
.swiper-container-text .swiper-slide .btn-det i{
    font-size: 12px;
  	  color: #CACFD9;
}
#fourth_screen .swiper-pagination{
    position: absolute;
    bottom: -40px;
    left: 72px;
}
#fourth_screen .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    background-color: #A9CCBC;
    border-radius: 0;
    opacity: 1;
    margin-right: 8px;
}
#fourth_screen .swiper-pagination-bullet-active{
    background-color: #009040;
}


/* 紧急通知 */
.jjtz{
    width: 428px;
    position: absolute;
    top: 110px;
    right: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    background: rgba(232, 237, 235, 0.2);
    border-left: 4px solid #0ECE63;
    padding: 10px 0px;
}
.jjtz_2{
    top: 160px;
    z-index: 99;
    background: rgba(232, 237, 235, 0.6);
}
.jjtz-left{
    width: 200px;
    color: #FFC119;
    border-right: 1px solid #A3BCAE;
    padding: 0px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jjtz-left i{
    font-size: 30px;
}
.jjtz-right{
    margin-left: 20px;
    text-align: justify;
    padding-right: 20px;
}
.jjtz-right_2{
    color: #000;
}


/* 留言板 */
.contact_content_lyb{
    display: flex;
}
.lyb-icon{
    line-height: 72px;
}
.lyb-icon-img{
    margin-right: 10px;
}
.lyb-title{
    line-height: 72px;
}
.link_box_item-lyb{
    width: 72px;
}